Skip to content

feat(release): publish Homebrew formula to tap on release - #767

Merged
skevetter merged 2 commits into
mainfrom
feat/homebrew-tap
Jul 26, 2026
Merged

feat(release): publish Homebrew formula to tap on release#767
skevetter merged 2 commits into
mainfrom
feat/homebrew-tap

Conversation

@skevetter

Copy link
Copy Markdown
Contributor

Adds Homebrew distribution so users can brew install devsy-org/homebrew-tap/devsy.

Changes

  • .github/workflows/release.yml — new publish-homebrew job (stable releases only, needs: build-desktop). Downloads the darwin/linux CLI artifacts, mints an org GitHub App token scoped to homebrew-tap (same DEVSY_GITHUB_APP_* secrets used elsewhere), generates the formula, and pushes it to the tap only when it changed. Nothing else in the release pipeline is touched.
  • hack/homebrew_formula/ — Go tool (with tests) that computes checksums from the release binaries and renders devsy.rb; keeps formula logic out of inline shell.
  • Docsinstall.mdx adds brew install as the recommended CLI method; update.mdx adds brew upgrade devsy.

Prerequisites

  • The org GitHub App must have Contents: write on devsy-org/homebrew-tap (org-wide install covers this).
  • Formula asset URLs only resolve once a stable release is published (not left as a draft).

Add a publish-homebrew job that generates a Homebrew formula from the
released CLI binaries and pushes it to devsy-org/homebrew-tap, using an
org GitHub App token scoped to the tap. Runs on stable releases only.

Formula generation lives in hack/homebrew_formula (with tests) rather
than inline shell. Docs now cover brew install/upgrade.
@netlify

netlify Bot commented Jul 26, 2026

Copy link
Copy Markdown

Deploy Preview for devsydev canceled.

Name Link
🔨 Latest commit ef01e88
🔍 Latest deploy log https://app.netlify.com/projects/devsydev/deploys/6a6668a666f1d60008e4e9d2

@coderabbitai

coderabbitai Bot commented Jul 26, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@skevetter, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 8 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 49771963-0594-4cfe-9c51-cb6c3b29c94a

📥 Commits

Reviewing files that changed from the base of the PR and between 40594c0 and ef01e88.

📒 Files selected for processing (5)
  • .github/workflows/release.yml
  • hack/homebrew_formula/main.go
  • hack/homebrew_formula/main_test.go
  • sites/docs-devsy-sh/pages/getting-started/install.mdx
  • sites/docs-devsy-sh/pages/getting-started/update.mdx

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@netlify

netlify Bot commented Jul 26, 2026

Copy link
Copy Markdown

Deploy Preview for images-devsy-sh canceled.

Name Link
🔨 Latest commit ef01e88
🔍 Latest deploy log https://app.netlify.com/projects/images-devsy-sh/deploys/6a6668a6056b1800086142bf

@skevetter
skevetter marked this pull request as ready for review July 26, 2026 20:49
@skevetter
skevetter merged commit de0c687 into main Jul 26, 2026
65 checks passed
@skevetter
skevetter deleted the feat/homebrew-tap branch July 26, 2026 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant